home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip CMCD0400.iso / SOFTWARE / Shareware / UtilDiverse / TechSched / data1.cab / Delphi_Demo_2 / Testunit2.dfm / Testunit2.txt
Encoding:
Text File  |  2000-02-25  |  3.9 KB  |  226 lines

  1. object Form1: TForm1
  2.   Left = 292
  3.   Top = 144
  4.   Width = 415
  5.   Height = 383
  6.   Caption = 'NT Service API test'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label2: TLabel
  15.     Left = 16
  16.     Top = 13
  17.     Width = 51
  18.     Height = 13
  19.     Caption = 'Job Name:'
  20.   end
  21.   object Label3: TLabel
  22.     Left = 176
  23.     Top = 213
  24.     Width = 19
  25.     Height = 13
  26.     Caption = 'File:'
  27.   end
  28.   object Label4: TLabel
  29.     Left = 8
  30.     Top = 277
  31.     Width = 33
  32.     Height = 13
  33.     Caption = 'Param:'
  34.   end
  35.   object Label5: TLabel
  36.     Left = 8
  37.     Top = 298
  38.     Width = 39
  39.     Height = 13
  40.     Caption = 'StrData:'
  41.   end
  42.   object Label6: TLabel
  43.     Left = 8
  44.     Top = 322
  45.     Width = 38
  46.     Height = 13
  47.     Caption = 'IntData:'
  48.   end
  49.   object Label7: TLabel
  50.     Left = 152
  51.     Top = 322
  52.     Width = 47
  53.     Height = 13
  54.     Caption = 'BoolData:'
  55.   end
  56.   object Button1: TButton
  57.     Left = 24
  58.     Top = 48
  59.     Width = 145
  60.     Height = 25
  61.     Caption = 'Start Service'
  62.     TabOrder = 0
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 24
  67.     Top = 80
  68.     Width = 145
  69.     Height = 25
  70.     Caption = 'Stop Service'
  71.     TabOrder = 1
  72.     OnClick = Button2Click
  73.   end
  74.   object Button3: TButton
  75.     Left = 24
  76.     Top = 112
  77.     Width = 145
  78.     Height = 25
  79.     Caption = 'Pause TechScheduler'
  80.     TabOrder = 2
  81.     OnClick = Button3Click
  82.   end
  83.   object Button4: TButton
  84.     Left = 24
  85.     Top = 144
  86.     Width = 145
  87.     Height = 25
  88.     Caption = 'Restart TechScheduler'
  89.     TabOrder = 3
  90.   end
  91.   object Button5: TButton
  92.     Left = 24
  93.     Top = 176
  94.     Width = 145
  95.     Height = 25
  96.     Caption = 'Get Last Error'
  97.     TabOrder = 4
  98.     OnClick = Button5Click
  99.   end
  100.   object Edit2: TEdit
  101.     Left = 128
  102.     Top = 8
  103.     Width = 177
  104.     Height = 21
  105.     TabOrder = 5
  106.   end
  107.   object Button6: TButton
  108.     Left = 208
  109.     Top = 48
  110.     Width = 145
  111.     Height = 25
  112.     Caption = 'Run Job'
  113.     TabOrder = 6
  114.     OnClick = Button6Click
  115.   end
  116.   object Button7: TButton
  117.     Left = 208
  118.     Top = 80
  119.     Width = 145
  120.     Height = 25
  121.     Caption = 'Pause Job'
  122.     TabOrder = 7
  123.     OnClick = Button7Click
  124.   end
  125.   object Button8: TButton
  126.     Left = 208
  127.     Top = 112
  128.     Width = 145
  129.     Height = 25
  130.     Caption = 'Restart Job'
  131.     TabOrder = 8
  132.     OnClick = Button8Click
  133.   end
  134.   object Button9: TButton
  135.     Left = 208
  136.     Top = 144
  137.     Width = 145
  138.     Height = 25
  139.     Caption = 'Delete Job'
  140.     TabOrder = 9
  141.     OnClick = Button9Click
  142.   end
  143.   object Button10: TButton
  144.     Left = 24
  145.     Top = 208
  146.     Width = 145
  147.     Height = 25
  148.     Caption = 'Read Job File'
  149.     TabOrder = 10
  150.     OnClick = Button10Click
  151.   end
  152.   object Button11: TButton
  153.     Left = 24
  154.     Top = 240
  155.     Width = 145
  156.     Height = 25
  157.     Caption = 'Set Job Parameter'
  158.     TabOrder = 11
  159.     OnClick = Button11Click
  160.   end
  161.   object Edit3: TEdit
  162.     Left = 224
  163.     Top = 208
  164.     Width = 129
  165.     Height = 21
  166.     TabOrder = 12
  167.   end
  168.   object Edit4: TEdit
  169.     Left = 56
  170.     Top = 272
  171.     Width = 145
  172.     Height = 21
  173.     TabOrder = 13
  174.   end
  175.   object Edit5: TEdit
  176.     Left = 56
  177.     Top = 296
  178.     Width = 145
  179.     Height = 21
  180.     TabOrder = 14
  181.   end
  182.   object SpinEdit1: TSpinEdit
  183.     Left = 56
  184.     Top = 320
  185.     Width = 81
  186.     Height = 22
  187.     MaxValue = 0
  188.     MinValue = 0
  189.     TabOrder = 15
  190.     Value = 0
  191.   end
  192.   object RadioGroup1: TRadioGroup
  193.     Left = 216
  194.     Top = 308
  195.     Width = 153
  196.     Height = 33
  197.     Columns = 2
  198.     Items.Strings = (
  199.       'True'
  200.       'False')
  201.     TabOrder = 16
  202.   end
  203.   object Button12: TButton
  204.     Left = 208
  205.     Top = 240
  206.     Width = 145
  207.     Height = 25
  208.     Caption = 'Set Config Parameter'
  209.     TabOrder = 17
  210.     OnClick = Button12Click
  211.   end
  212.   object Button13: TButton
  213.     Left = 208
  214.     Top = 176
  215.     Width = 145
  216.     Height = 25
  217.     Caption = 'Write Log (strdata,jobname)'
  218.     TabOrder = 18
  219.     OnClick = Button13Click
  220.   end
  221.   object OpenDialog1: TOpenDialog
  222.     Left = 368
  223.     Top = 240
  224.   end
  225. end
  226.